翻訳と辞書
Words near each other
・ Simultaneity (music)
・ Simultaneous action selection
・ Simultaneous Algebraic Reconstruction Technique
・ Simultaneous bilingualism
・ Simultaneous closing
・ Simultaneous communication
・ Simultaneous death
・ Simultaneous double squeeze
・ Simultaneous editing
・ Simultaneous embedding
・ Simultaneous equations
・ Simultaneous equations model
・ Simultaneous exhibition
・ Simultaneous game
・ Simultaneous localization and mapping
Simultaneous multithreading
・ Simultaneous nitrification–denitrification
・ Simultaneous opposite direction parallel runway operations
・ Simultaneous perturbation stochastic approximation
・ Simultaneous recruiting of new graduates
・ Simultaneous release
・ Simultaneous substitution
・ Simultaneous uniformization theorem
・ Simultaneous voice and data
・ Simultaneously extracted metals and Acid-volatile sulfide
・ Simultaneum
・ SimulTrain
・ Simun
・ Simun, Burma
・ Simun, Iran


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Simultaneous multithreading : ウィキペディア英語版
Simultaneous multithreading
Simultaneous multithreading (SMT) is a technique for improving the overall efficiency of superscalar CPUs with hardware multithreading. SMT permits multiple independent threads of execution to better utilize the resources provided by modern processor architectures.
== Details ==
Actually the name ''multithreading'' is obfuscating, because not only multiple threads can be executed simultaneously on one CPU core, but also multiple tasks (with different Page tables, different Task state segments, different Protection rings, different IO permissions, ...). Although running on the same core, they are completely separated from each other.
Multithreading is similar in concept to preemptive multitasking but is implemented at the thread level of execution in modern superscalar processors.
Simultaneous multithreading (SMT) is one of the two main implementations of multithreading, the other form being temporal multithreading. In temporal multithreading, only one thread of instructions can execute in any given pipeline stage at a time. In simultaneous multithreading, instructions from more than one thread can be executed in any given pipeline stage at a time. This is done without great changes to the basic processor architecture: the main additions needed are the ability to fetch instructions from multiple threads in a cycle, and a larger register file to hold data from multiple threads. The number of concurrent threads can be decided by the chip designers. Two concurrent threads per CPU core are common, but some processors support eight concurrent threads per core.
Because the technique is really an efficiency solution and there is inevitable increased conflict on shared resources, measuring or agreeing on the effectiveness of the solution can be difficult. However, measured energy efficiency of SMT with parallel native and managed workloads on historical 130 nm to 32 nm Intel SMT (Hyper-Threading) implementations found that in 45 nm and 32 nm implementations, SMT is extremely energy efficient, even with inorder Atom processors (). In modern systems, SMT effectively exploits concurrency with very little additional dynamic power. That is, even when performance gains are minimal the power consumption savings can be considerable.
Some researchers have shown that the extra threads can be used to proactively seed a shared resource like a cache, to improve the performance of another single thread, and claim this shows that SMT is not just an efficiency solution. Others use SMT to provide redundant computation, for some level of error detection and recovery.
However, in most current cases, SMT is about hiding memory latency, increasing efficiency, and increasing throughput of computations per amount of hardware used.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Simultaneous multithreading」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.